Learn how you can upload historical user events to Algolia Recommend to get started quicker.
userToken
, timestamp
, objectID
, eventType
, and eventName
.
Extra columns are ignored.
objectID
.
Property | Description |
---|---|
userToken | A unique identifier for the user session |
timestamp | The date of the event in a standard format: ISO8601 or RFC3339 (with or without the time) |
objectID | A unique identifier for the item the event is tied to |
eventType | Either “click” or “conversion” |
eventName | A name for the event, which can be the same as eventType |
Select your Algolia application
Select Recommend
Select model
Select source
Select source
productSKU
from Google Analytics 360 must match the objectID
in your index.
GCP_PROJECT_ID
: the name of the project that holds the Analytics 360 data in BigQueryBQ_DATASET
: the name of the dataset that stores the exported eventsDATE_FROM
and DATE_TO
with the corresponding dates in YYYY-MM-DD
format for a time window of at least 30 days.